-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump psalm/phar from 4.30.0 to 5.1.0 #7725
Conversation
|
Bumps [psalm/phar](https://github.com/psalm/phar) from 4.30.0 to 5.1.0. - [Release notes](https://github.com/psalm/phar/releases) - [Commits](psalm/phar@4.30.0...5.1.0) --- updated-dependencies: - dependency-name: psalm/phar dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
f523fa3
to
f30c256
Compare
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Client- and ServiceException is the bridge from Horde to Mail. Some exceptions from Horde may return a non-numeric exception code. To avoid type errors the exception code is converted when non-numeric. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
f30c256
to
92192b9
Compare
|
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
fe9e094
to
969f39c
Compare
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* @param null|Throwable $previous [optional] The previous throwable used for the exception chaining. | ||
*/ | ||
public function __construct($message = "", $code = 0, Throwable $previous = null) { | ||
if (!is_int($code)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ChristophWurst I'm unsure about the constructor. Psalm mentioned the redundant int casts. ServiceException is often used as wrapper for Horde exceptions. I can't say for sure that every Horde exception is already using a numeric error code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember a time where it was not guaranteed that the code would be an int. This might have been fixed in PHP or the stubs. If psalm no longer complains without the cast then remove it.
b032901
to
bfec7d2
Compare
The UndefinedPropertyFetch warnings are fixed with PHP 8.1. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
bfec7d2
to
27a5ad4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, so many psalm ignores removed!
Bumps psalm/phar from 4.30.0 to 5.1.0.
Commits
43a6cee
Updated Psalm phar to commit 4defa177c89397c5e14737a80fe4896584130674acfae5c
Updated Psalm phar to commit 4defa177c89397c5e14737a80fe4896584130674940ab4e
Updated Psalm phar to commit 433e2721492a8cede554f73627ff7bb721646fb7e272267
Updated Psalm phar to commit b4aa951caaf958c1f51749d90f94c6b57d4a680927bb7fc
Updated Psalm phar to commit aee460504142a8a5734ec89babee61382a56bcedd20ac9d
Updated Psalm phar to commit 870f5817d22c16477b8cd7abf1a83d40325292762d3515c
Updated Psalm phar to commit 4e177bf0c9f03c17d2fbfd83b7cc9c47605274d8fa3e4c7
Updated Psalm phar to commit 6fff6dfc65558bf3e4b33bdd2705626d8c5ceadc49b13ac
Updated Psalm phar to commit 9d597cf370b365816eee0207d7f07aac9f203128627f196
Updated Psalm phar to commit 94dac9f9e754bc9e6d1f9a3d196d50c42e7ac9ebDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)